Home
last modified time | relevance | path

Searched refs:isText (Results 26 - 43 of 43) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp329 bool isText (void) const { return m_isText; } in isText() function
330 const std::string& getText (void) const { DE_ASSERT(isText()); return m_text; } in getText()
331 const std::vector<uint8_t>& getBytes (void) const { DE_ASSERT(!isText()); return m_bytes; } in getBytes()
519 properties[exeIdx].addIR(PipelineExecutableInternalRepresentation(ir.name, ir.description, ir.isText, irsData[irIdx])); in getPipelineExecutableProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp326 bool isText (void) const { return m_isText; } in isText() function
327 const std::string& getText (void) const { DE_ASSERT(isText()); return m_text; } in getText()
328 const std::vector<uint8_t>& getBytes (void) const { DE_ASSERT(!isText()); return m_bytes; } in getBytes()
516 properties[exeIdx].addIR(PipelineExecutableInternalRepresentation(ir.name, ir.description, ir.isText, irsData[irIdx])); in getPipelineExecutableProperties()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp667 bool IsCode = TSI->isText(); in findOPDEntrySection()
1172 bool isCode = si->isText(); in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1771 if (GOKind.isText()) { in getMCSymbolForTOCPseudoMO()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c7647 p->isText = true; in radv_GetPipelineExecutableInternalRepresentationsKHR()
7657 p->isText = true; in radv_GetPipelineExecutableInternalRepresentationsKHR()
7672 p->isText = true; in radv_GetPipelineExecutableInternalRepresentationsKHR()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c3437 ir->isText = VK_TRUE; in write_ir_text()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c3164 ir->isText = VK_TRUE; in write_ir_text()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2204 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c4480 ir->isText = VK_TRUE; in write_ir_text()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h7775 VkBool32 isText; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp59252 VULKAN_HPP_NAMESPACE::Bool32 isText = {}; global() member
[all...]
H A Dvulkan_core.h7900 VkBool32 isText; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h9299 VkBool32 isText; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h8060 VkBool32 isText; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h10401 VkBool32 isText; member
H A Dvulkan_hash.hpp12519 VULKAN_HPP_HASH_COMBINE( seed, pipelineExecutableInternalRepresentationKHR.isText );
H A Dvulkan_structs.hpp[all...]
/third_party/sqlite/src/
H A Dsqlite3.c124934 int isText; global() local
[all...]

Completed in 549 milliseconds

12