| /third_party/spirv-tools/source/opt/ |
| H A D | const_folding_rules.cpp | 182 const uint32_t index = inst->GetSingleWordInOperand(i); in FoldInsertWithConstants() local 213 const uint32_t index = FoldInsertWithConstants() local 265 uint32_t index = inst->GetSingleWordInOperand(i); FoldVectorShuffleWithConstants() local [all...] |
| H A D | dominator_tree.cpp | 348 int index = 0; in ResetDFNumbering() local
|
| H A D | eliminate_dead_members_pass.cpp | 240 uint32_t index = in MarkMembersAsLiveForAccessChain() local
|
| H A D | iterator.h | 64 reference operator[](ptrdiff_t index) { return **(iterator_ + index); } in operator []() argument 318 auto index = iterator_ - container_->begin(); in InsertBefore() local 342 auto index = iterator_ - container_->begin(); in Erase() local
|
| H A D | local_access_chain_convert_pass.cpp | 186 const auto* index = in Is32BitConstantIndexAccessChain() local 454 uint32_t index = in AnyIndexIsOutOfBounds() local 464 IsIndexOutOfBounds( const analysis::Constant* index, const analysis::Type* type) const IsIndexOutOfBounds() argument [all...] |
| H A D | scalar_analysis_nodes.h | 99 inline SENode* GetChild(size_t index) { return children_[index]; } in GetChild() argument
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_interfaces.cpp | 260 uint32_t index = 0; in GetLocationsForVariable() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramInterfaceDefinition.cpp | 108 const int index = (int)(it - DE_ARRAY_BEGIN(s_shaderStageOrder)); in getShaderStageIndex() local
|
| H A D | es31fSSBOArrayLengthTests.cpp | 119 const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Out.outLength"); in init() local 132 const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Out.unused"); in init() local 145 const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Target.array"); in init() local
|
| H A D | es31fTessellationTests.cpp | 113 int index = 0; in elemsStr() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleBase.hpp | 63 deUint32 index; member
|
| H A D | vktPipelineMultisampleInterpolationTests.cpp | 588 const auto& index = m_imageMSParams.componentData.index; in initPrograms() local 590 << " const bool valuesEqual = (abs(pos_interpolated_at_sample - fs_in_pos_screen_sample[" << index << "]) < threshold);\n"; in initPrograms() local 696 const auto& index = m_imageMSParams.componentData.index; in initPrograms() local 698 << " const bool valuesEqual = (abs(pos_interpolated_at_centroid - fs_in_pos_screen_centroid[1][" << index << "]) < threshold);\\n"; initPrograms() local 877 const auto& index = m_imageMSParams.componentData.index; initPrograms() local 879 << " const bool valuesEqual = (abs(pos_interpolated_at_offset - fs_in_pos_screen_sample[" << index << "]) < threshold);\\n"; initPrograms() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationPrimitiveDiscardTests.cpp | 120 int index = 0; in genAttributes() local
|
| /third_party/vk-gl-cts/external/vulkancts/vkscpc/ |
| H A D | vkscpc.cpp | 117 deUint64 index; in importFilesForExternalCompiler() local 130 deUint64 index; in importFilesForExternalCompiler() local 143 deUint64 index; in importFilesForExternalCompiler() local
|
| /third_party/zlib/contrib/blast/ |
| H A D | blast.c | 135 int index; /* index of first code of length len in symbol table */ in decode() local
|
| /third_party/vulkan-loader/loader/ |
| H A D | loader_linux.c | 252 uint32_t index = 0; in linux_read_sorted_physical_devices() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | FramebufferAttachment.cpp | 192 const auto &index = mTarget.textureIndex(); in cubeMapFace() local 206 const gl::ImageIndex &index = mTarget.textureIndex(); in layer() local
|
| H A D | VaryingPacking.h | 233 Register &operator[](unsigned int index) { return mRegisterMap[index]; } in operator []() argument [all...] |
| H A D | angletypes.cpp | 369 void BlendStateExt::setEnabledIndexed(const size_t index, const bool enabled) in setEnabledIndexed() argument [all...] |
| H A D | VertexAttribute.h | 56 void setBoundAttribute(size_t index) { mBoundAttributesMask.set(index); } in setBoundAttribute() argument 58 void resetBoundAttribute(size_t index) { mBoundAttributesMask.reset(index); } in resetBoundAttribute() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | StateManager11.cpp | 38 bool ImageIndexConflictsWithSRV(const gl::ImageIndex &index, D3D11_SHADER_RESOURCE_VIEW_DESC desc) in ImageIndexConflictsWithSRV() argument 105 bool ImageIndexConflictsWithUAV(const gl::ImageIndex &index, D3D11_UNORDERED_ACCESS_VIEW_DESC desc) in ImageIndexConflictsWithUAV() argument [all...] |
| /third_party/zlib/contrib/puff/ |
| H A D | puff.c | 241 int index; /* index of first code of length len in symbol table */ in decode() local 269 int index; /* index of first code of length len in symbol table */ in decode() local 668 int index; /* index of lengths[] */ dynamic() local [all...] |
| /third_party/zlib/examples/ |
| H A D | enough.c | 270 size_t index = map(syms, left, len); in count() local 310 size_t index in been_here() local 467 size_t index = map(n, left, g.root + 1); enough() local [all...] |
| H A D | zran.c | 68 void deflate_index_free(struct deflate_index *index) in deflate_index_free() argument 80 add_point(struct deflate_index *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) add_point() argument 147 struct deflate_index *index = NULL; // list of access points deflate_index_build() local 334 deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset, unsigned char *buf, size_t len) deflate_index_extract() argument 496 struct deflate_index *index = NULL; main() local [all...] |
| /applications/standard/calendardata/calendarmanager/napi/src/ |
| H A D | napi_util.cpp | 153 int index = 0; in SetValue() local
|