HomeSort by relevance Sort by last modified time
    Searched refs:arraySizes (Results 26 - 37 of 37) sorted by null

12

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 815 std::vector<int> arraySizes;
819 arraySizes.push_back(curType->getArraySize());
835 for (std::vector<int>::const_iterator sizeIter = arraySizes.begin(); sizeIter != arraySizes.end(); sizeIter++)
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 864 std::vector<int> arraySizes;
868 arraySizes.push_back(curType->getArraySize());
886 for (std::vector<int>::const_iterator sizeIter = arraySizes.begin(); sizeIter != arraySizes.end(); sizeIter++)
    [all...]
  /frameworks/rs/cpp/
rsDispatch.h 26 typedef void (*ElementGetSubElementsFnPtr)(RsContext, RsElement, uintptr_t *ids, const char **names, size_t *arraySizes, uint32_t dataSize);
rsCppStructs.h     [all...]
  /frameworks/rs/
rsApiStubs.h 51 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, const char **names, size_t *arraySizes, uint32_t dataSize);
rsApiStubs.cpp 306 size_t *arraySizes, uint32_t dataSize)
308 RS_DISPATCH(ctxWrapper, ElementGetSubElements, elem, ids, names, arraySizes, dataSize);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 71 Return<Element> elementComplexCreate(const hidl_vec<Element>& eins, const hidl_vec<hidl_string>& names, const hidl_vec<Size>& arraySizes) override;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h 155 void declareBlock(const TSourceLoc&, TType&, const TString* instanceName = 0, TArraySizes* arraySizes = 0);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]
glslang_tab.cpp 457 glslang::TArraySizes* arraySizes;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 719 milliseconds

12