Home
last modified time | relevance | path

Searched refs:instanceID (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp-deps/glslang/Test/
Dvk.relaxed.stagelink.0.1.vert110 mat4 TDInstanceMat(int instanceID);
111 mat3 TDInstanceMat3(int instanceID);
112 vec3 TDInstanceTranslate(int instanceID);
113 bool TDInstanceActive(int instanceID);
114 mat3 TDInstanceRotateMat(int instanceID);
115 vec3 TDInstanceScale(int instanceID);
116 vec3 TDInstanceTexCoord(int instanceID, vec3 t);
117 vec4 TDInstanceColor(int instanceID, vec4 curColor);
118 vec4 TDInstanceCustomAttrib0(int instanceID);
119 vec4 TDInstanceCustomAttrib1(int instanceID);
[all …]
Dvk.relaxed.stagelink.0.2.vert286 vec4 TDDeform(int instanceID, vec3 p) {
289 pos = TDInstanceDeform(instanceID, pos);
297 vec3 TDDeformVec(int instanceID, vec3 vec) {
299 vec = TDInstanceDeformVec(instanceID, vec);
307 vec3 TDDeformNorm(int instanceID, vec3 vec) {
309 vec = TDInstanceDeformNorm(instanceID, vec);
Dvk.relaxed.stagelink.0.0.vert83 vec3 TDInstanceTexCoord(int instanceID, vec3 t);
84 vec4 TDInstanceColor(int instanceID, vec4 curColor);
/external/angle/third_party/glslang/src/Test/
Dvk.relaxed.stagelink.0.1.vert110 mat4 TDInstanceMat(int instanceID);
111 mat3 TDInstanceMat3(int instanceID);
112 vec3 TDInstanceTranslate(int instanceID);
113 bool TDInstanceActive(int instanceID);
114 mat3 TDInstanceRotateMat(int instanceID);
115 vec3 TDInstanceScale(int instanceID);
116 vec3 TDInstanceTexCoord(int instanceID, vec3 t);
117 vec4 TDInstanceColor(int instanceID, vec4 curColor);
118 vec4 TDInstanceCustomAttrib0(int instanceID);
119 vec4 TDInstanceCustomAttrib1(int instanceID);
[all …]
Dvk.relaxed.stagelink.0.2.vert286 vec4 TDDeform(int instanceID, vec3 p) {
289 pos = TDInstanceDeform(instanceID, pos);
297 vec3 TDDeformVec(int instanceID, vec3 vec) {
299 vec = TDInstanceDeformVec(instanceID, vec);
307 vec3 TDDeformNorm(int instanceID, vec3 vec) {
309 vec = TDInstanceDeformNorm(instanceID, vec);
Dvk.relaxed.stagelink.0.0.vert83 vec3 TDInstanceTexCoord(int instanceID, vec3 t);
84 vec4 TDInstanceColor(int instanceID, vec4 curColor);
/external/angle/src/compiler/translator/tree_ops/
DDeclareAndInitBuiltinsForInstancedMultiview.cpp36 const TVariable *instanceID, in InitializeViewIDAndInstanceID() argument
65 new TIntermBinary(EOpAssign, new TIntermSymbol(instanceID), normalizedInstanceIDAsInt); in InitializeViewIDAndInstanceID()
127 const TVariable *instanceID = in DeclareAndInitBuiltinsForInstancedMultiview() local
130 DeclareGlobalVariable(root, instanceID); in DeclareAndInitBuiltinsForInstancedMultiview()
131 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_InstanceID(), instanceID)) in DeclareAndInitBuiltinsForInstancedMultiview()
137 InitializeViewIDAndInstanceID(viewID, instanceID, numberOfViews, *symbolTable, in DeclareAndInitBuiltinsForInstancedMultiview()
/external/mesa3d/src/intel/vulkan/grl/gpu/
Dbvh_rebraid.cl564 GRL_INLINE RebraidBuffers cast_rebraid_buffers(global uint *scratch, uint instanceID)
569 b.instance_bin_counts = scratch + (2 + instanceID) * NUM_REBRAID_BINS;
627 const uint instanceID = get_local_id(0) + get_group_id(0)*get_local_size(0);
628 rebraid_compute_AABB(bvh, instances + instanceID);
639 const uint instanceID = get_local_id(0) + get_group_id(0)*get_local_size(0);
642 rebraid_compute_AABB(bvh, instances + instanceID);
655 const uint instanceID = get_local_id(0) + get_group_id(0)*get_local_size(0);
656 rebraid_compute_AABB(bvh, instances[instanceID]);
671 const uint instanceID = get_local_id(0) + get_group_id(0)*get_local_size(0);
672 rebraid_compute_AABB(bvh, instances[instanceID]);
[all …]
/external/swiftshader/src/Pipeline/
DVertexProgram.cpp40 routine.instanceID = *Pointer<Int>(data + OFFSET(DrawData, instanceID)); in VertexProgram()
50 value[builtin.FirstComponent] = As<SIMD::Float>(SIMD::Int(routine.instanceID)); in VertexProgram()
DSpirvShader.hpp1648 Int instanceID; member in sw::SpirvRoutine
DSpirvShaderDebugger.cpp2647 store(vertex + OFFSET(Globals::Vertex, instanceIndex), routine->instanceID); in dbgBeginEmit()
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
DHelloTFLite.cs.meta8 icon: {instanceID: 0}
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs.meta8 icon: {instanceID: 0}
/external/skia/src/pdf/
DSkPDFMetadata.cpp314 SkString instanceID = uuid_to_string(instance); in MakeXMPObject() local
315 SkASSERT(0 == count_xml_escape_size(instanceID)); in MakeXMPObject()
321 keywords1.c_str(), documentID.c_str(), instanceID.c_str(), in MakeXMPObject()
/external/swiftshader/src/Device/
DRenderer.hpp68 int instanceID; member
212 … CountedEvent *events, int instanceID, int layer, void *indexBuffer, const VkRect2D &renderArea,
DRenderer.cpp184 … CountedEvent *events, int instanceID, int layer, void *indexBuffer, const VkRect2D &renderArea, in draw() argument
286 data->instanceID = instanceID; in draw()
/external/mesa3d/src/intel/vulkan/grl/include/
DGRLGen12.h432 uint32_t instanceID; member
475 return p->part1.instanceID; in HwInstanceLeaf_GetInstanceID()
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/
DClear11.hlsl34 in uint instanceID : SV_InstanceID,
40 outLayerID = instanceID;
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCRayTracingTestsExt.cpp1447 const auto instanceID = static_cast<int32_t>(cellIdx); in iterate() local
1613 if (cellOut.isecInstanceID != instanceID) in iterate()
1616 … << instanceID << " found " << cellOut.isecInstanceID << tcu::TestLog::EndMessage; in iterate()
1784 if (cellOut.chitInstanceID != instanceID) in iterate()
1787 … << instanceID << " found " << cellOut.chitInstanceID << tcu::TestLog::EndMessage; in iterate()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1847 for (int instanceID = 0; instanceID < numInstances; ++instanceID) in drawInstanced() local
1863 vertexPackets[numVertexPackets]->instanceNdx = instanceID; in drawInstanced()
/external/mesa3d/docs/gallium/
Dcontext.rst351 Every instance with instanceID in the range between ``start_instance`` and
393 attribAddr = ``stride`` * instanceID / ``instance_divisor`` + ``src_offset``
402 The value of ``instanceID`` can be read in a vertex shader through a system
/external/deqp-deps/glslang/Test/baseResults/
Dvk.relaxed.stagelink.0.0.vert.out1250 0:286 'instanceID' ( in highp int)
1267 0:289 'instanceID' ( in highp int)
1281 0:297 'instanceID' ( in highp int)
1291 0:299 'instanceID' ( in highp int)
1305 0:307 'instanceID' ( in highp int)
1315 0:309 'instanceID' ( in highp int)
4745 0:286 'instanceID' ( in highp int)
4762 0:289 'instanceID' ( in highp int)
4776 0:297 'instanceID' ( in highp int)
4786 0:299 'instanceID' ( in highp int)
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dvk.relaxed.stagelink.0.0.vert.out1250 0:286 'instanceID' ( in highp int)
1267 0:289 'instanceID' ( in highp int)
1281 0:297 'instanceID' ( in highp int)
1291 0:299 'instanceID' ( in highp int)
1305 0:307 'instanceID' ( in highp int)
1315 0:309 'instanceID' ( in highp int)
4745 0:286 'instanceID' ( in highp int)
4762 0:289 'instanceID' ( in highp int)
4776 0:297 'instanceID' ( in highp int)
4786 0:299 'instanceID' ( in highp int)
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp3655 … const auto instanceID = rayProps[2 /* nHits, nMissesRegistered */ + 3 * nPrimitive + 0]; in verifyResultBuffer() local
3660 … std::tuple<uint32_t, uint32_t, uint32_t>(instanceID, primitiveID, geometryIndex); in verifyResultBuffer()
3662 if (instanceID != 0 || primitiveID != 0 || geometryIndex != 0) in verifyResultBuffer()
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp67971 , instanceID{ instanceID_ }
68015 instanceID = instanceID_; in setInstanceID()
68097 instanceID, in reflect()
68115 …m == rhs.transform ) && ( explicitAABB == rhs.explicitAABB ) && ( instanceID == rhs.instanceID ) && in operator ==()
68131 …uint32_t instanceID member

12