/external/swiftshader/src/Pipeline/ |
SetupRoutine.cpp | 17 #include "Constants.hpp" 47 Pointer<Byte> constants = *Pointer<Pointer<Byte> >(data + OFFSET(DrawData,constants)); local 212 Xq[i] = Xq[i] + *Pointer<Int>(constants + OFFSET(Constants,Xf) + q * sizeof(int)); 213 Yq[i] = Yq[i] + *Pointer<Int>(constants + OFFSET(Constants,Yf) + q * sizeof(int));
|
/external/swiftshader/src/Shader/ |
SetupRoutine.cpp | 17 #include "Constants.hpp" 47 Pointer<Byte> constants = *Pointer<Pointer<Byte> >(data + OFFSET(DrawData,constants)); local 214 Xq[i] = Xq[i] + *Pointer<Int>(constants + OFFSET(Constants,Xf) + q * sizeof(int)); 215 Yq[i] = Yq[i] + *Pointer<Int>(constants + OFFSET(Constants,Yf) + q * sizeof(int));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
MIRParser.cpp | 373 if (!YamlMF.Constants.empty()) { 745 for (const auto &YamlConstant : YamlMF.Constants) { [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCDatabaseMetaData.java | 64 SQLite.Constants.drv_minor; 72 return SQLite.Constants.drv_minor; [all...] |
/external/testng/src/main/java/org/testng/ |
TestRunner.java | 28 import org.testng.internal.Constants; 108 private String m_outputDirectory= Constants.getDefaultValueFor(Constants.PROP_OUTPUT_DIR); [all...] |
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
test_native_aidl_client.cpp | 156 TEST_P(NdkBinderTest_Aidl, Constants) {
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
dfa.rb | 64 as a member of seven seperate array constants -- +MIN+, +MAX+, +EOT+, +EOF+, 101 include Constants 165 | provided in the DFA subclass constants.
|
/external/antlr/runtime/Ruby/test/functional/lexer/ |
basic.rb | 230 exc.unexpected_type.should == ANTLR3::Constants::EOF
|
/external/bcc/src/lua/bpf/ |
proto.lua | 369 -- Constants 371 eth = { -- Constants http://standards.ieee.org/regauth/ethertype
|
elf.lua | 50 /* Constants */
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawNegativeViewportHeightTests.cpp | 55 enum Constants
|
vktDrawShaderDrawParametersTests.cpp | 65 enum Constants 180 // Make sure constants are up to date
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsScissorMultiViewportTests.cpp | 62 enum Constants
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationGeometryGridRenderTests.cpp | 58 enum Constants
|
vktTessellationGeometryPassthroughTests.cpp | 381 enum Constants
|
/external/flatbuffers/tests/ |
JavaTest.java | 25 import static com.google.flatbuffers.Constants.*;
|
/external/llvm/include/llvm/Support/ |
Dwarf.h | 1 //===-- llvm/Support/Dwarf.h ---Dwarf Constants------------------*- C++ -*-===// 11 // \brief This file contains constants used for implementing Dwarf 32 // Dwarf constants as gleaned from the DWARF Debugging Information Format V.4 45 // Other constants. 508 enum Constants { 532 // Constants for debug_loc.dwo in the DWARF5 Split Debug Info Proposal 541 /// Constants for the DW_APPLE_PROPERTY_attributes attribute. 562 // Constants for the DWARF5 Accelerator Table Proposal 584 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index. 601 /// \defgroup DwarfConstantsDumping Dwarf constants dumping function [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 343 shader->Constants[index - GL_CON_0_ATI]);
|
/external/swiftshader/third_party/LLVM/unittests/Analysis/ |
ScalarEvolutionTest.cpp | 13 #include <llvm/Constants.h>
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
Pass2Verifier.java | 28 import org.apache.bcel.Constants; 86 public final class Pass2Verifier extends PassVerifier implements Constants { 299 // we only have to verify if the indices of the constants point 300 // to constants of the appropriate type and such. 437 // CONSTANTS (vmspec2 4.4) // [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog.c | 706 * Vertex engine cannot read two inputs or two constants at the same time. 810 add->U.I.SrcReg[1].Index = rc_constants_add_immediate_scalar(&c->Base.Program.Constants, 916 {"dead constants", 1, 1, rc_remove_unused_constants, &c->code->constants_remap_table}, 931 rc_constants_copy(&c->code->constants, &c->Base.Program.Constants);
|
/external/doclava/res/assets/templates-sdk/ |
class.cs | 76 # Print the table cells for the summary of constants 155 # Print the table cells for the summary of constants 381 || subcount(class.constants) 441 <table id="enumconstants" class="responsive constants"> 463 <?cs if:subcount(class.constants) ?> 466 <table id="constants" class="responsive constants"> 467 <tr><th colspan="2"><h3>Constants</h3></th></tr> 468 <?cs call:write_constant_summary(class.constants, 1) ?> 472 <?cs # if there are inherited constants, write the table ? [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
bcel.jar | |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
LowerTypeTests.cpp | 34 #include "llvm/IR/Constants.h" [all...] |
/external/swiftshader/third_party/LLVM/ |
Android.mk | 368 lib/VMCore/Constants.cpp \
|